.T_iframe { position: absolute; /*��Զ�λ��֤iframe����ռ�������ֿռ�*/ width: 100%; /*100%��֤���Ը������div*/ height: 100%; z-index: -1; /*-1��֤iframe��ʾ��div�·�*/ filter: alpha(opacity=0); }
.boxy-wrapper { position: absolute; }
 .
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
/* Border */
.boxy-wrapper { empty-cells: show; }
/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .title-bar { background-color: #062C56; padding: 6px; position: relative; }
.boxy-wrapper .
.title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 12px; line-height: 1; }
/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; font-size: 12px; }
.boxy-wrapper .answers
{
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    vertical-align: middle;
}
.boxy-wrapper .answers input{ display: inline-block; display: block\9; width: 63px; height: 26px; background: url(../Images/Home/public.png) no-repeat -34px -704px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
.boxy-wrapper .answers input.yesbt{ display: inline; width: 90px; height: 38px; background: #44B549; overflow: hidden; border: none; cursor: pointer; clear: none;font-size: 16px;line-height: 38px;color: #fff;text-align: center;text-indent: inherit;font-family: "microsoft yahei";}

.boxy-wrapper .answers input.nobt{ display: inline; float: left; width: 63px; height: 26px; background: url(../Images/Home/public.png) no-repeat -99px -704px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
.boxy-wrapper .answers input.truebt{ display: inline; float: left; margin: 0px 20px 0 162px; width: 63px; height: 26px; background: url(../Images/Other/Warning.png) no-repeat 0px -0px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
.boxy-wrapper .answers input.falsebt{ display: inline-block; width: 63px; height: 26px; background: url(../Images/Other/Warning.png) no-repeat 0px -29px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
/* new */
.newcue{ width: 500px;margin: 0px auto 0;box-shadow: 0 0 5px #fbfbfb; border-radius: 2px; }
.newcuebox{ width: 498px; float: left; border: 1px solid #d7d7d7; background: #fff; }
.newcuetitle{ width: 498px; height: 40px; float: left; position: relative;background: #44b549; }
.newcuetitle h1{ display: block; font: normal 16px/40px "microsoft yahei"; position: absolute; left: 14px; color: #fff; text-shadow: 0 1px 1px #fff; }
.newcuetitle a.close{ display: block; position: absolute; top: 12px; right: 8px; width: 18px; height: 18px;border: 1px solid #fff; background: url(../Images/green/close-icon.png) no-repeat 4px 4px;background-size: 55%; border-radius: 50%;}
.newcuemain{ width: 448px; float: left; padding: 20px 20px 20px 30px; }
.cuecontent{ display: inline; color: #333; font: normal 18px/30px "Microsoft Yahei","simhei"; padding: 13px 0 10px 0px; background: url(../Images/Other/hover.png) no-repeat -235px -1048px; }
.clear{ font: 0px/0px serif; display: block; clear: both; }
.newcuemain table{ margin: 0px auto; display: block;width: 100%;text-align: center;}
.newcuemain table tr th{ width: 35px; height: 45px; overflow: hidden; background: url(../Images/Other/hover.png) no-repeat -235px -1052px; display: none;}
.newcuemain table tr th.Warning{
	width: 52px; height: 40px; overflow: hidden; background: url(../Images/Other/Warning.png) no-repeat -103px 10px;
}
.newcuemain table tr td{width: 446px; font: normal 18px/30px "Microsoft Yahei","simhei";color: #999; }
